home *** CD-ROM | disk | FTP | other *** search
- #ifndef SCANNER_PROTOS_H
- #define SCANNER_PROTOS_H
-
-
- void openScanner(char* name,int unit,struct ScannerOptions* option,BYTE* status);
- void closeScanner(void);
- void controlOption(struct OptionValue* value,BYTE* status);
- void startScanning(struct ScanInformation* inform,BYTE* status);
- void stopScanning(void);
- void readScanLine(struct ScanLine* line,BYTE* status);
-
- #endif /* SCANNER_PROTOS_H */
-
-